[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     /--------------------------------------------------------------------\
     :Clean
        rem Do your daily/nightly maintenance here.

        rem The Purge command depends on what software you are using.

        rem In a RemoteAccess environment you can use:
        CD \RA
        MBUTIL Purge -File RemoteAccess

        rem In a FrontDoor+TosScan environment you can use:
        CD \FD
        MBUTIL Purge -File TosScan

        rem This works in all environments:
        MBUTIL Purge -File MBUTIL.PUR

        rem This command deletes invalid messages, recovers messages in
        rem invalid boards and packs and renumbers the message base by
        rem overwriting the existing message base files
        MBUTIL Pack -Force -Renumber -Delete -Recover
        goto Start

     :Unpack
        rem Toss incoming echomail, import netmail, sort unread messages
        rem and create reply chains
        <command to toss incoming echomail>
        MBUTIL Import
        MBUTIL Sort -Pack
        MBUTIL Link -Clean
        goto Start

     :Net
        rem Only export NetMail
        MBUTIL Export
        goto Start

     :Net&Echo
        rem It is not necessary that there is NetMail that needs to be
        rem exported, but we run Export anyway for the ReTear option.
        rem We are sure that EchoMail needs to be exported.
        rem Just replace the "goto Echo" with "goto Net&Echo"
        MBUTIL Export -ReTear
        <command to scan outgoing echomail>
        goto Start
     \--------------------------------------------------------------------/.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson